home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / os20 / cli / cdtools1_0.lha / cdtools.readme next >
Text File  |  1993-10-20  |  3KB  |  65 lines

  1. --------------------------------------------------------------------------------
  2.  
  3. CDs C:Tools Version 1.0 (20.10.93)
  4.  
  5.    © 1993 by Christof Damian (damian@myplanet.tue.sub.org)
  6.  
  7. --------------------------------------------------------------------------------
  8.  
  9.    This is the first version of my collection of small utilities, which I  found
  10. quite useful sometimes (rather than doing it by hand).
  11.  
  12.    They are all compiled with the DICE (DCC 2.07.56R (11.6.93)) compiler of Matt
  13. Dillon (a very good one by the way). I used the  XDME  1.82.10  editor  and  the
  14. includes & amiga.lib from C=. They all need Amiga OS 2.04. All    files  are  pure
  15. and can be made resident.
  16.  
  17.    The    programs  are  freely  distributable,as long as you make  NO  (0,  Zero,
  18. NULL, ...) money with it and it is distributed in the original archive.
  19.  
  20.    Source is included, not very good documented (speak: no comments) and maybe
  21. full of bugs (they are free, its your risk). If you find a bug, mail to one of
  22. the e-mail addresses below. Remember: it is version 1.0.
  23.  
  24. --------------------------------------------------------------------------------
  25.  
  26. Included are:
  27.  
  28.    DelOld PATTERN/M/A,DAYS/N/K,QUIET/S,ALL/S
  29.       Deletes all files, which match the PATTERN(s)  and  are  older  than  DAYS
  30.       (default is 7 days). With QUIET set it  says  nothing.  With  ALL  set  it
  31.       deletes  all  old  files     in   subdirectories   (but   not   the   dirs).
  32.  
  33.    OffsDate DAYS/N,SUBST/S
  34.       Prints the date which is DAYS away (default 0). DAYS can  be  positive  or
  35.       negative. With SUBST set days like today/yesterday are displayed as  word.
  36.       With this program and Pipe and  List  you  can  easy  replace  the  DelOld
  37.       command:
  38.  
  39.       Pipe List {PATTERN} UPTO `offdate -7` LFORMAT "delete %s%s" FILES |
  40.      Execute IN:
  41.  
  42.    Replace FIND/A,REPLACE/A
  43.       Replaces    every  occurence  of  the  FIND-string     in   stdin   with   the
  44.       REPLACE-string and prints it to stdout. This is a easy filter, which I use
  45.       mainly to convert different Cookie-Formats to the  AFortune  format.  (Any
  46.       good cookies out there ?)
  47.  
  48.    Strings PATTERN/M,LENGTH/N/K,OFFS/S,ALL/S
  49.       Shows all strings (text with characters  between  32  and  126)  that  are
  50.       longer then LENGTH (default  10)  in  all  files  that  are  matching  the
  51.       PATTERN(s). With OFFS set the offset of each string in the file is  shown.
  52.       With ALL set every file in every matchin dir is searched too.
  53.  
  54. --------------------------------------------------------------------------------
  55.  
  56. PS: If you like Rave,Techno,Trance or House music, take a look at the german
  57.    derave.txt made by me new every week with all the german clubs & raves. Mail
  58.    me to damian@myplanet.tue.sub.org
  59.  
  60. \ Christof Damian, Sand 11/Drosselweg 12, 72076 Tuebingen,Germany IRC: MrSmith
  61.  \ uni: damian@peanuts.informatik.uni-tuebingen.de        ("The Cyberhippy")
  62.  / adsp: damian@myplanet.adsp.sub.org         uucp: damian@myplanet.tue.sub.org
  63. /_ "On my planet living is so easy, there is love, peace and there is ecstasy"
  64.  
  65.